home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / insite.zip / _SETUP.1 / inSite.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Text File  |  1997-03-29  |  1KB  |  60 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 364
  3.   Top = 156
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 330
  7.   ClientWidth = 218
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label7: TLabel
  18.     Left = 260
  19.     Top = 23
  20.     Width = 8
  21.     Height = 13
  22.     Caption = '∩┐╜'
  23.     Font.Color = clRed
  24.     Font.Height = -12
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     Transparent = True
  29.   end
  30.   object Label2: TLabel
  31.     Left = 0
  32.     Top = 306
  33.     Width = 218
  34.     Height = 24
  35.     Align = alBottom
  36.     Alignment = taCenter
  37.     Caption = 'Into the Internet...'
  38.     Font.Color = clBlack
  39.     Font.Height = -19
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Image1: TImage
  45.     Left = 0
  46.     Top = 0
  47.     Width = 218
  48.     Height = 304
  49.     Align = alTop
  50.     AutoSize = True
  51.     Picture.Data = {<image000.bmp>}
  52.   end
  53.   object splashTimer: TTimer
  54.     Interval = 2000
  55.     OnTimer = splashTimerTimer
  56.     Left = 218
  57.     Top = 43
  58.   end
  59. end
  60.